Package com.netscape.cmscore.connector
Class Resender
java.lang.Object
com.netscape.cmscore.connector.Resender
- All Implemented Interfaces:
Runnable
Resend requests at intervals to the server to ensure completion of requests.
Default interval is 5 minutes. The need to resend a message could arise
due to an error or the fact that the message could not be serviced
immediately.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected boolean
protected CMSEngine
static org.slf4j.Logger
protected String
protected HttpConnection
protected RemoteAuthority
protected int
static final int
protected String
protected RequestRepository
-
Constructor Summary
ConstructorsConstructorDescriptionResender
(String nickName, String clientCiphers, RemoteAuthority dest) Resender
(String nickName, String clientCiphers, RemoteAuthority dest, int interval) -
Method Summary
-
Field Details
-
logger
public static org.slf4j.Logger logger -
MINUTE
public static final int MINUTE- See Also:
-
engine
-
requestRepository
-
mDest
-
mRequestIds
-
mConn
-
mNickName
-
mClientCiphers
-
connected
protected boolean connected -
mInterval
protected int mInterval
-
-
Constructor Details
-
Resender
-
Resender
-
-
Method Details